API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsAstraeus
Scripts
Lua
nkScriptsWrap
Environments
EnvironmentWrapper.h
1
// EnvironmentWrapper.h
3
//
5
6
namespace
nkAstraeus::lua::nkScriptsWrap
7
{
30
class
DLL_ASTRAEUS_EXPORT
EnvironmentWrapper
final
31
{
32
public :
33
34
// Env
40
static
void
updateEnvironment
(
nkScripts::Environment
* env) ;
41
} ;
42
}
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition:
Environment.h:14
nkAstraeus::lua::nkScriptsWrap::EnvironmentWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
nkAstraeus::lua::nkScriptsWrap::EnvironmentWrapper
Wraps a nkScripts::Environment and offer functions for use in scripting.
Definition:
EnvironmentWrapper.h:31
nkAstraeus::lua::nkScriptsWrap
Encompasses the wrapping of nkScripts for Lua.
Definition:
Constants.h:7
Generated by
Doxygen
1.8.18